docs: don't try to link to bind_textdomain_codeset() docs
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:56:53 +0000 (13:56 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:12:50 +0000 (18:12 -0500)
docs/reference/gtk/question_index.sgml

index de8ae5f7d80d812ffeafc1bc274d2eb6d9dae7f2..b74b26f9b89c5c5c85df4295e9b83ec4dddb1f48 100644 (file)
@@ -186,9 +186,9 @@ or Linux system with gettext installed, type <literal>info gettext</literal>
 to read the documentation.
 </para>
 <para>
-The short checklist on how to use gettext is: call bindtextdomain() so
+The short checklist on how to use gettext is: call <literal>bindtextdomain()</literal> so
 gettext can find the files containing your translations, call textdomain()
-to set the default translation domain, call bind_textdomain_codeset() to
+to set the default translation domain, call <literal>bind_textdomain_codeset()</literal> to
 request that all translated strings are returned in UTF-8, then call
 gettext() to look up each string to be translated in the default domain.
 </para>